"[HttpException (0x80004005): Request timed out.]"
Hi AllI have created a site by using share point server 2007, I have also created custom web part and deploy these web parts into share point site, most of the time this site works fine but some time while browsing the site it shows following error Server Error in '/' Application. Request timed out. Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code. Exception Details: System.Web.HttpException: Request timed out.Source Error: An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below. Stack Trace: [HttpException (0x80004005): Request timed out.] Version Information:Microsoft .NET Framework Version:2.0.50727.1433; ASP.NET Version:2.0.50727.1433 and in event viewer it shows follwing event at same timeEvent code: 3001 Event message: The request has been aborted. Event time: 6/20/2009 4:52:46 PM Event time (UTC): 6/20/2009 11:22:46 AM Event ID: cabc64f3807c406d8d8966909946a462 Event sequence: 207 Event occurrence: 1 Event detail code: 0 Application information: Application domain: /LM/W3SVC/114914298/Root-1-128899697116555443 Trust level: Full Application Virtual Path: / Application Path: C:\Inetpub\wwwroot\wss\VirtualDirectories\33771\ Machine name: HDDLNTD6010015 Process information: Process ID: 244 Process name: w3wp.exe Account name: HDDLNTD6010015\Administrator Exception information: Exception type: HttpException Exception message: Request timed out. Request information: Request URL: http://hddlntd6010015:33771/default.aspx Request path: /default.aspx User host address: 10.112.76.229 User: HCLTECH\verma_ashish Is authenticated: True Authentication Type: NTLM Thread account name: HDDLNTD6010015\Administrator Thread information: Thread ID: 1 Thread account name: HDDLNTD6010015\Administrator Is impersonating: False Stack trace: Please suggest the solution for the problem.ThanksAshish
June 20th, 2009 2:35pm

Increase Timeout Session on Sharepoint IIS properties, Expand IIS web siteas, on right click select properties, select web site Tab under connections add the time you want for increase timeout. OnIIS properties "ASP.NET" tab edit configuration and on 3 or 4 tab have a option to change timeoutsession default value and increase value. You are having problem on accessing data, verify your code on custom webpart. How to: Debug SharePoint Applications http://msdn.microsoft.com/en-us/library/dd206929.aspx Debugging Web Parts in SharePoint 2007 http://dotnet.org.za/zlatan/archive/2008/03/25/debugging-web-parts-in-sharepoint-2007.aspx Andr Lage Microsoft SharePoint and CRM Consultant Blog:http://aaclage.blogspot.com Codeplex:http://spupload.codeplex.com/http://simplecamlsearch.codeplex.com/
Free Windows Admin Tool Kit Click here and download it now
June 20th, 2009 3:05pm

Hi Andre, I am also facing the same issue. I increaed the timeout value in both SharePoint IIS websites properties as well as the ASP.NET Application timeout on Application server as well as the Web Front end servers but the same error still persists. Any other ideas?Thanks and Regards, Amreesh Sharma| MCTS MOSS 2007| SharePoint Administrator
January 3rd, 2011 1:51pm

Hi Amreesh, The problem can be the returning data you are calling, we need to understand if is a custom Application, then how many item is returning? Try create paging and only return a reasonable quantity of data "not all" every time you make the paging make the query for that page... Also validate que query and connection string and security user accounts...Andr Lage Microsoft SharePoint, CRM and Sybase Consultant Blog:http://aaclage.blogspot.com Codeplex:http://spupload.codeplex.com/http://simplecamlsearch.codeplex.com/
Free Windows Admin Tool Kit Click here and download it now
January 3rd, 2011 2:01pm

Hi Amreesh, The problem can be the returning data you are calling, we need to understand if is a custom Application, then how many item is returning? Try create paging and only return a reasonable quantity of data "not all" every time you make the paging make the query for that page... Also validate que query and connection string and security user accounts...Andr Lage Microsoft SharePoint, CRM and Sybase Consultant Blog:http://aaclage.blogspot.com Codeplex:http://spupload.codeplex.com/http://simplecamlsearch.codeplex.com/
January 3rd, 2011 2:01pm

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics